@charset "utf-8";
/*website public css*/
.no-padding{
	padding-left:0;
	padding-right:0;
}
body,html {
	font-size: 15px;
	font-family: "Microsoft YaHei",Arial, Helvetica,sans-serif;
	color: #212121;
	color: #333333;
	margin: 0;
	padding: 0;
	/*background: #f5f5f5;
	background: #fdfdfd;*/
	background: #fff;
}
ul,li{
	padding:0px;
	margin:0px;
	list-style-type: none;
}
a {
	color: #333333;
	text-decoration:none;
	outline:none;
	blr:expression(this.onFocus=this.blur());
}
a:hover {
	color: #1478CA;
	text-decoration: none;
}

.float-right {
	float: right;
}
.clear {
    clear: both;
}
/*header*/
.header {
	width: 100%;
	/*height: 54px;*/
	/*background: #0C1315;
	border-bottom: 2px solid #050505;*/
	margin:0;
}
.header .con {
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.ads {
	text-align: center;
	height: 75px;
	display:table;
	float: left;
}
.ads .ads_img{
	display: table-cell;
	width:100%;
	height:100%;
	vertical-align: middle;
}
.ads img {
	width:130px;
}

/*中间部分*/
.mid-div {
	max-width: 1200px;
	position: relative;
	margin: 0 auto;
	/*top: 47px;*/
}
.m-t-img {
	text-align: center;
	height: auto;
	margin-bottom: 10px;
	border: 2px solid #fefefe;
}
.m-t-img img {
	width: auto;
	max-width:100%;
}

/*底部*/
.footer {
	position: relative;
	top:15px;
	width: 100%;	
	background: #2d2d2d;
	border-top: 2px solid #000000;
	padding: 0;
	margin: 0;
	margin-top: 47px;
	color: #cacaca;
	overflow-x: hidden;
}
.footer_div {
	padding: 0;
}
.footer_div a {
	margin: 0;
}
.b_right {	
	border-right: 1px solid #515151;
}
.footer a {
	color: #fff;
}
.footer a:hover {
	color: #1478CA;
	text-decoration: none;
}
.footer .con{
	max-width: 1200px;
	margin: 0 auto;
	padding: 15px 0;
	padding-bottom: 0; 
}
.footer .con .logo {
	text-align: center;
}
.footer .con .logo a {
	width: 100%;
	display: block;
}
.footer .con .logo a img {
	max-width: 100%;
}
.footer .con p {
	line-height:24px;
	font-size: 14px;
}
.footer-p-con{
	color: #d0d0d0;
}
.footer-title {
	font-size: 14px;
	color: #1478CA;
}
p.center {
	text-align: center;
}
.center {
	text-align: center;
}
p.pright {
	text-align: right;
}

.footer_div li {
	float: left;
}
.footer_div a {
	padding: 0 5px;
	font-size: 14px;
	line-height:30px;
}
.p_a a {
	padding-right: 10px;
	padding-left: 6px;
}
.b_b1 {
	border-bottom: 1px dashed #454545;
}
.magtop {
	margin-top: 20px;
}
.mag-bottom10 {
	margin-bottom: 10px;
}
.pad-bottom20{
	padding-bottom: 20px;
}
.more-btn {
	border: 1px solid #e2e2e2;
	width: 100%;
	background: #fefefe;
	height: 42px;
	line-height: 42px;
}
.more-btn:hover {
	background: #f5f5f5;
}
h1.title-h1 {
    padding: 4px 14px;
	font-size: 16px;
	line-height: 32px;
	font-weight: bold;
	color: #1478CA;
	margin-top: 0;
	margin-bottom: 0;
}
h1.title-h2 {
	/*margin-bottom: 1px;
	border-left: 5px solid #1478CA;
	margin-bottom: 5px;
	background: #fefefe;
	background: #0C1315;*/
    font-size: 22px;
    padding: 0 0 15px 0;
    border-bottom:1px solid #007eff;
	color:#222;
}
.title-h1 a {
    font-size: 22px;
    float: right;
    margin-right: 10px;
    color: #1478CA;
    margin-top: -5px;
}
.title-h1 a:hover {
    color: #fefefe;
}
h1.mag-top20 {
	margin-top: 20px;
}
.mag-top30 {
	margin-top: 30px;
}
.tcenter {
	text-align: center;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px dashed #dfdfdf;
}
.clear {
	clear: both;
}
@media(max-width:750px){
	.footer_logo img {
		width: 250px;
	}
}
